home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / tests / index < prev    next >
Text File  |  1995-06-29  |  4KB  |  118 lines

  1. actions.test:
  2.     1.1: action with 1 arg
  3.     1.2: action with more args
  4.     1.3: action with more args, mixing quotes and non-quotes
  5.     1.4: action with varying separators
  6. arrow.test:
  7.     1.1: arrow direction down
  8.     1.2: arrow direction left
  9.     1.3: arrow direction right
  10.     1.4: arrow direction up
  11.     2.1: arrow arm
  12.     2.2: arrow activate 
  13.     2.3: arrow disarm
  14.     2.3: arrow armAndActivate
  15.     3.1: %w substitution
  16. converters.test:
  17.     1.1: convert XmString to String
  18.     2.1: convert Boolean to String
  19.     2.2: convert Boolean to String
  20.     3.1: convert Dimension to String
  21.     4.1: convert XmStringTable to String
  22.     5.1: convert int to String
  23.     6.1: convert widget to string
  24.     6.2: convert string to XmString
  25. extra_child.test:
  26.     1.1: OK message box child
  27.     1.2: Cancel message box child
  28.     1.3: Help message box child
  29.     1.4: Message message box child
  30.     1.5: Separator message box child
  31.     1.6: Symbol message box child
  32.     2.1: OK selection box child
  33.     2.2: Cancel selection box child
  34.     2.3: Help selection box child
  35.     2.4: Apply selection box child
  36.     2.5: ItemsList selection box child
  37.     2.6: Items selection box child
  38.     2.7: Selection selection box child
  39.     2.8: Separator selection box child
  40.     2.9: Text selection box child
  41.     2.1: OK file selection box child
  42.     2.2: Cancel file selection box child
  43.     2.3: Help file selection box child
  44.     2.4: Apply file selection box child
  45.     2.5: ItemsList file selection box child
  46.     2.6: Items file selection box child
  47.     2.7: Selection file selection box child
  48.     2.8: Separator file selection box child
  49.     2.9: Text file selection box child
  50.     2.10: Dir file selection box child
  51.     2.11: DirList file selection box child
  52.     2.12: FilterLabel file selection box child
  53.     4.1: HorScrollBar scrolled window child
  54.     4.2: VertScrollBar scrolled window child
  55.     4.3: ClipWindow scrolled window child
  56. hidden.test:
  57.     1.1: hidden scrolled text parent
  58.     1.2: hidden scrolled list parent
  59.     1.3: hidden dialog parent
  60. list.test:
  61.     1.1: list items
  62.     1.2: resetting list items
  63.     1.3: clearing list items
  64.     1.4: resetting list items
  65.     2.1: selecting list item
  66.     2.2: reselecting list items
  67.     2.3: clearing list selection
  68.     2.4: reselecting list items
  69.     3.1: adding list item at front
  70.     3.2: adding list item at end
  71.     3.3: adding list item in middle
  72.     3.4: deleting list item at front
  73.     3.5: deleting list item at middle
  74.     3.6: deleting all list items
  75.     3.7: adding item to empty list
  76.     3.8: deleting list item by position
  77.     4.1: single selection callback
  78.     4.2: single selection callback
  79.     4.3: single selection callback
  80.     5.1: % substitutions for single select
  81.     5.2: % substitutions for multiple select
  82.     6.1: selectItem - single select
  83.     6.2: selectItem - multiple select
  84.     7.1: deselectItem - multiple select
  85.     7.2: deselectAllItems
  86.     8.1: selectPosition
  87.     8.2: deselectPosition
  88.     8.3: positionSelected - true
  89.     8.4: positionSelected - false
  90.     9.1: itemExists - true
  91.     9.2: itemExists - false
  92. text.test:
  93.     1.1: setting and getting text
  94.     2.1: appending text by insert-string
  95.     2.2: deleting text by delete-previous-character
  96.     2.3: inserting text by self-insert
  97.     3.1: turn off every change in modifyVerify callback
  98.     3.2: change text in modifyVerify callback
  99.     4.1: set and get text
  100.     4.2: get a substring
  101.     5.1: set and get editable state
  102.     5.2: set and get editable state
  103.     6.1: getting and setting insertion position
  104.     6.2: getting last position
  105.     7.1: search forward for string
  106.     7.2: search backward for string
  107.     7.3: search for non-existent string
  108.     8.1: insert text
  109.     8.2: replace text
  110.     9.1: scroll and top position
  111.     9.2: set top character
  112.     9.3: show position
  113.     10.1: two sources
  114.     11.1: managing the primary selection
  115.     11.2: locating primary selection
  116.     11.3: copy and paste primary selection
  117.     11.4: cut and paste the primary selection
  118.